Welcome![Sign In][Sign Up]
Location:
Search - linux socket programming

Search list

[Internet-Networklinuxsocket

Description: 实战Linux socket编程例题源代码-Linux socket programming example actual source code
Platform: | Size: 197632 | Author: 袁文成 | Hits:

[Internet-Networksocket-windows-linux

Description: windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
Platform: | Size: 33792 | Author: spring | Hits:

[Linux-UnixSOCKET

Description: linux下的socket的编程入门,适合不懂socket编程及相关基本知识的初学者学习。-linux programming socket under the entry for do not know socket programming and basic knowledge of beginners learning.
Platform: | Size: 158720 | Author: 朱鸣鹏 | Hits:

[Program docLinux_socket_program

Description: linux socket编程很好的学习文档,其中有很多C代码例程-linux socket programming good study documents, there is one of a lot of C code routines
Platform: | Size: 95232 | Author: liying | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Linux-UnixSocket

Description: 网络通信编程,socket编程,socket客户端程序,可运行。代码简单完整,注释清晰,linux下编译通过,可运行。适合socket编程入门参考。 与服务端配合使用-Network communication programming, socket programming, socket client program, you can run. Code is simple and complete, clear notes, linux compiled by, you can run. Introduction to socket programming is suitable for reference. Used in conjunction with the server-side
Platform: | Size: 4096 | Author: 章红军 | Hits:

[Internet-Networksocket

Description: linux网络编程,内容详细,通俗易懂,必备的入门书-linux network programming, detailed and user-friendly, essential guide book
Platform: | Size: 1406976 | Author: 林元培 | Hits:

[Linux-UnixLinux-Net-Programmer

Description: 《linux网络编程》,介绍了linux中进程管理,网络的基础知识,BSD socket,和TCP/TP应用等,是学习linux下网络编程的好书籍!-" Linux network programming" to introduce the linux in the process management, network basics, BSD socket, and TCP/TP applications, network programming under linux to learn a good book!
Platform: | Size: 1734656 | Author: zhonghai | Hits:

[Linux-UnixLinux-Socket-Programming

Description: Linux上的socket编程 -Linux on a socket on the socket programming Linux programming
Platform: | Size: 1658880 | Author: wdw | Hits:

[Internet-Networksocket

Description: linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
Platform: | Size: 16384 | Author: 孙超 | Hits:

[Linux-UnixLinux-Network-Programming

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应用层网络服务程序、TCP编程、主机信息获取、数据IO复用、UDP编程、高级套接字、套接字选项、原始套接字、服务器模型、IPv6、Linux内核网络部分结构及分布、netfilter框架内报文处理。为了方便读者学习,《Linux网络编程》最后一个部分介绍了3个综合案例,包括应用层的Web服务器例子、简单的应用层网络协议站例子和内核层网防火墙的例子。 -"Linux Network Programming" Introduction: Linux is the most popular open source operating systems, network functionality in Linux, occupies the core position. "Linux Network Programming" step by step from the application layer to the Linux kernel, the basic knowledge from the point to the integrated case, the readers how to network programming under Linux. "Linux Network Programming" is divided into four parts: Linux part of program design, Linux user space part of network programming, Linux kernel network programming and integrated case some part. Includes an overview of Linux system, Linux programming environment, Linux File System Introduction, Linux processes and threads under, TCP/IP protocol suite, application layer network services program, TCP programming, host information access, data IO Multiplexing, UDP programming, advanced socket, socket option, the original socket, server model, IPv6, Linux kernel network part of the structure and distribution, netfilter framework of mess
Platform: | Size: 1734656 | Author: chinq | Hits:

[Internet-Networklinux-socket

Description: linux socket编程入门级书籍,初学者比较好的入门资料-linux socket programming entry-level books, good introductory information for beginners
Platform: | Size: 81920 | Author: yzh | Hits:

[Internet-Networkserver

Description: linux socks服务端 学习linux socket编程很好的例子-linux socks server to learn linux socket programming example of good
Platform: | Size: 1024 | Author: zy | Hits:

[Internet-NetworkLinux_socket

Description: linux socket编程错误分析总结-linux socket programming error analysis summary
Platform: | Size: 116736 | Author: lincong | Hits:

[Internet-Networksocket

Description: Linux环境下c语言的socket编程。最基本的服务器客户端。功能较简单。服务器收包,客户端发包。收包的时候检验包头属于哪一种。有注释-C language under Linux socket programming. The most basic server client. Function is relatively simple. Server received packet, the client contract. When received packets belong to which a test header. Annotated
Platform: | Size: 2048 | Author: yuan | Hits:

[Linux-Unixlinux-socket-2

Description: linux下的SOCKET编程,客户端与服务器端都有-SOCKET programming under linux, client and server have
Platform: | Size: 4096 | Author: satan | Hits:

[Internet-Networklinux-socket

Description: 实战linux socket 编程,学习linux socket的好资料-Real linux socket programming, learning linux socket of good information
Platform: | Size: 197632 | Author: yinuo | Hits:

[Internet-Networklinux-socket

Description: linux-socket编程文档,供linux编程初学者查询使用。-linux-socket programming documentation for linux programming beginners queries.
Platform: | Size: 277504 | Author: andy | Hits:

[Linux-UnixMacMilan---Linux-socket-programming-by-example.ra

Description: There have been many books written on the topic of computer networking. While many of these are excellent resources for advanced programmers, they tend to be too deep for the beginner who just wants to know how to use it. Why require a potential driver to understand the ory behind his automobile? This book teaches the reader how to use socket programming, as if networking was an appliance that you can turn on and use. Consequently, a “by example” approach to socket programming is used here. Each chapter builds upon the previous, until all of the basic concepts are mastered in Part 1, “Basic Socket Concepts.” Part 2, “Advanced Socket Programming,” contains some more advanced topics that might present a challenge for some readers. The last chapter presents a practical application tying together many of the concepts you’ve learned.-There have been many books written on the topic of computer networking. While many of these are excellent resources for advanced programmers, they tend to be too deep for the beginner who just wants to know how to use it. Why require a potential driver to understand the theory behind his automobile? This book teaches the reader how to use socket programming, as if networking was an appliance that you can turn on and use. Consequently, a “by example” approach to socket programming is used here. Each chapter builds upon the previous, until all of the basic concepts are mastered in Part 1, “Basic Socket Concepts.” Part 2, “Advanced Socket Programming,” contains some more advanced topics that might present a challenge for some readers. The last chapter presents a practical application tying together many of the concepts you’ve learned.
Platform: | Size: 934912 | Author: Bluehouse | Hits:

[Internet-NetworkLinux-socket

Description: Linux下的一本十分完整的Socket通信书籍-linux socket programming
Platform: | Size: 1662976 | Author: 刘中燕 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net